CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OpenCV Image Processing

搜索资源列表

  1. 基于opencv图像处理库的傅里叶变换

    0下载:
  2. 基于opencv图像处理库的傅里叶变换,首先说明是pdf文件,但源码运行过了,是正确的。,Opencv image-processing library based on the Fourier transform, first of all that are pdf files, but source code to run before, are correct.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-21
    • 文件大小:43605
    • 提供者:巢歌
  1. DirectShow实现视频捕获

    1下载:
  2. DirectShow实现视频捕获,并可在此基础上利用opencv进行图像的处理。,DirectShow video capture, and on this basis for the use of image processing opencv.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-31
    • 文件大小:5665
    • 提供者:麦克
  1. ImageProcessing(openCV)

    4下载:
  2. 一个基于openCV的图像处理程序,包含有边缘检测,图像匹配,形态学变换,金字塔采样,视频采集,相机标定等各种函数。-OpenCV-based image processing program includes edge detection, image matching, morphological transformation, the pyramid samples, video capture, camera calibration and other functions.
  3. 所属分类:OpenCV

    • 发布日期:2014-04-05
    • 文件大小:1952697
    • 提供者:llc
  1. OpenCV

    0下载:
  2. 基于OpenCV的计算机视觉技术实现一书的源代码,学习OpenCV图像处理的好资料-OpenCV for computer vision-based technology of the book' s source code, learning good information on OpenCV image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17448378
    • 提供者:锦瑟
  1. image-process

    0下载:
  2. 使用opencv对图像进行了简单的去除噪声等处理。希望对学习opencv的朋友有帮助-Opencv image using a simple processing to remove noise. Hope of learning opencv friends help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:99139
    • 提供者:huan
  1. opencv

    0下载:
  2. OpenCV教程对图像处理的流程和函数作了详细介绍。-Tutorial OpenCV image processing on the processes and functions described in detail.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3723054
    • 提供者:cheny
  1. Intel-OpenCV-image-processing

    0下载:
  2. Intel OPENCV图像处理函数库,与Opencv对应,功能强大-Intel Opencv image processing functions library
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12984324
    • 提供者:liusimo
  1. opencv-detect

    0下载:
  2. opencv图像处理, 运动视频图像跟踪-Opencv image processing, video motion tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12417113
    • 提供者:sonic
  1. Image-Processing-OpenCV-Chapter-6

    0下载:
  2. 基于OpenCV的计算机视觉技术实现第六章图像处理的源程序,其中包括图像边缘检测、直方图、Hough变换、几何变换、形态学等基本的图像处理。-OpenCV-based computer vision image processing technology to Chapter VI of the source, including edge detection, histogram, Hough transform, geometric transformation, morphology, a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:106491
    • 提供者:stellarzhong
  1. OpenCV-2-Computer-Vision-

    0下载:
  2. 图像处理opencv的经典书籍里面的程序,对于学习者很有帮助-Opencv image processing program of classic books inside helpful for learners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:126315
    • 提供者:liming
  1. OpenCV Image Processing

    0下载:
  2. Various examples of image processing with OpenCV.
  3. 所属分类:其他小程序

  1. openCV-Image-Processing-tutorial

    0下载:
  2. openCV Image Processing tutorial
  3. 所属分类:Development Research

    • 发布日期:2017-05-02
    • 文件大小:748833
    • 提供者:mazharul
  1. OpenCv--image-processing

    0下载:
  2. 使用 opencv来进行图像处理是很方便实用的,本文档为你提供图像处理的参考函数及相关操作,实用且方便-Using opencv for image processing is a very convenient and practical, this document is to provide you with a reference image processing functions and related operations, practical and convenient
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:690729
    • 提供者:洪新鸽
  1. ObjectTrackingMovementCamera

    0下载:
  2. Moving object tracking from movement camera. Visual C++ with OpenCv image processing library
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:7571456
    • 提供者:eemziyaozcelik
  1. OpenCV图像处理编程实例_源码

    1下载:
  2. OpenCV图像处理编程实例_源码,,,,OpenCV图像处理编程实例_源码(OpenCV image processing programming instance _ source code, OpenCV image processing programming instance _ source code)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:28486656
    • 提供者:FFFFFFFFF
  1. opencv image processing

    0下载:
  2. 本文件是适合图像处理初学者的要求,含有许多基本函数。(This document is suitable for beginners of image processing requirements, contains many basic functions)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-23
    • 文件大小:5154816
    • 提供者:`weishao
  1. opencv识别特定颜色区域

    1下载:
  2. 在opencv图像处理中,需要计算出某个颜色的区域,进行相应的滤波或者是其它操作。这个程序就是用来识别特定的颜色区域,方便修改。(In opencv image processing, you need to calculate a color of the region, the corresponding filter or other operations. This procedure is used to identify a specific color area, easy to
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:11962368
    • 提供者:豆豆1890
  1. 总结的OPENCV图像处理程序汇总

    0下载:
  2. OpenCV图像处理程序汇总,对于要进行图片处理,识别等人群很有帮助(OpenCV image processing program summary, for image processing, recognition of people very helpful)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-04
    • 文件大小:1684480
    • 提供者:白云堆儿
  1. OpenCV

    0下载:
  2. opencv图像处理编程实例 源码,基于opencv平台(opencv image processing sample source code)
  3. 所属分类:图形图象

    • 发布日期:2018-04-20
    • 文件大小:40046592
    • 提供者:lisiyuanchina
  1. opencv图像处理常用完整示例代码总结分析

    0下载:
  2. opencv图像处理常用完整示例代码总结分析(General example code summarization and analysis commonly used in OpenCV image processing)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-22
    • 文件大小:12288
    • 提供者:清风00007
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com